Generics in c++ (Introduction to template , in modern c++)

  1. Lecture 1
  2. Lecture 2
  3. Lecture 3
  4. Structures with templates

References

  1. Mike Shah: The C++ Programming Language
  2. Generic Programming in c++_scalar